Skip to content

chore: remove unused dependencies - #1896

Merged
bajrangCoder merged 18 commits into
Acode-Foundation:mainfrom
hyperz111:unused
Feb 26, 2026
Merged

bajrangCoder merged 18 commits into
Acode-Foundation:mainfrom
hyperz111:unused

Conversation

@hyperz111

Copy link
Copy Markdown
Contributor

We have some unused dependencies:

  • crypto-js
  • js-base64

@greptile-apps

greptile-apps Bot commented Feb 22, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Removed two unused dependencies (crypto-js and js-base64) from the project. Verified through codebase search that neither dependency is imported or used anywhere - the project uses native browser APIs (atob/btoa) instead of js-base64, and has no cryptographic functionality requiring crypto-js. This cleanup reduces bundle size and removes unnecessary dependencies.

Confidence Score: 5/5

  • Safe to merge - straightforward dependency cleanup with no risk
  • Both dependencies are verified unused through comprehensive codebase search. No imports, no usage patterns found. Lock file properly updated. This is a pure cleanup change with zero functional impact.
  • No files require special attention

Important Files Changed

Filename Overview
package.json Removed crypto-js and js-base64 dependencies which are not imported or used anywhere in the codebase
package-lock.json Lockfile automatically updated to reflect removed dependencies

Last reviewed commit: 9ad08f0

@bajrangCoder
bajrangCoder merged commit c2eb14a into Acode-Foundation:main Feb 26, 2026
6 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in The Code Board - Acode Feb 26, 2026
@hyperz111
hyperz111 deleted the unused branch May 23, 2026 02:24
7HR4IZ3 pushed a commit to cyber-sight/Acode that referenced this pull request Aug 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants